home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
biz
/
dbase
/
db.lha
/
Examples
/
ARexxDemos
/
date.db
< prev
next >
Wrap
Text File
|
1994-09-18
|
190b
|
12 lines
/* Return today's date in the current field */
Options Results
ADDRESS COMMAND
'Date >t:datefile'
ADDRESS
OPEN('file','t:datefile')
str = READLN('file')
CLOSE('file')
PUTFIELD WORD(str,2)